﻿2026-06-18T12:02:11.6611229Z Current runner version: '2.335.1'
2026-06-18T12:02:11.6616137Z Runner name: 'hfenduleam'
2026-06-18T12:02:11.6616614Z Runner group name: 'Default'
2026-06-18T12:02:11.6617146Z Machine name: 'HFENDULEAM'
2026-06-18T12:02:11.6619021Z ##[group]GITHUB_TOKEN Permissions
2026-06-18T12:02:11.6620420Z Contents: read
2026-06-18T12:02:11.6620781Z Metadata: read
2026-06-18T12:02:11.6621088Z Packages: read
2026-06-18T12:02:11.6621410Z ##[endgroup]
2026-06-18T12:02:11.6622679Z Secret source: Actions
2026-06-18T12:02:11.6623084Z Prepare workflow directory
2026-06-18T12:02:11.6895611Z Prepare all required actions
2026-06-18T12:02:11.6928014Z Getting action download info
2026-06-18T12:02:12.0203409Z Download action repository 'actions/checkout@v5' (SHA:93cb6efe18208431cddfb8368fd83d5badbf9bfd)
2026-06-18T12:02:12.8827332Z Complete job name: n1-gate (self-hosted, Windows, hfenduleam)
2026-06-18T12:02:12.9626546Z ##[group]Run actions/checkout@v5
2026-06-18T12:02:12.9627758Z with:
2026-06-18T12:02:12.9628304Z   fetch-depth: 0
2026-06-18T12:02:12.9628996Z   repository: SaberMage/spt-core
2026-06-18T12:02:12.9635018Z   token: ***
2026-06-18T12:02:12.9635591Z   ssh-strict: true
2026-06-18T12:02:12.9636208Z   ssh-user: git
2026-06-18T12:02:12.9636790Z   persist-credentials: true
2026-06-18T12:02:12.9637492Z   clean: true
2026-06-18T12:02:12.9638151Z   sparse-checkout-cone-mode: true
2026-06-18T12:02:12.9639027Z   fetch-tags: false
2026-06-18T12:02:12.9639633Z   show-progress: true
2026-06-18T12:02:12.9640213Z   lfs: false
2026-06-18T12:02:12.9640747Z   submodules: false
2026-06-18T12:02:12.9641357Z   set-safe-directory: true
2026-06-18T12:02:12.9642183Z ##[endgroup]
2026-06-18T12:02:13.1452524Z Syncing repository: SaberMage/spt-core
2026-06-18T12:02:13.1454209Z ##[group]Getting Git version info
2026-06-18T12:02:13.1455171Z Working directory is 'C:\actions-runner\_work\spt-core\spt-core'
2026-06-18T12:02:13.1777905Z [command]"c:\program files\git\cmd\git.exe" version
2026-06-18T12:02:13.1979188Z git version 2.43.0.windows.1
2026-06-18T12:02:13.2006515Z ##[endgroup]
2026-06-18T12:02:13.2015046Z Copying 'C:\Users\decid\.gitconfig' to 'C:\actions-runner\_work\_temp\71e27bd4-ab28-4c4b-9fe2-39e5c8efcf6a\.gitconfig'
2026-06-18T12:02:13.2029233Z Temporarily overriding HOME='C:\actions-runner\_work\_temp\71e27bd4-ab28-4c4b-9fe2-39e5c8efcf6a' before making global git config changes
2026-06-18T12:02:13.2030955Z Adding repository directory to the temporary git global config as a safe directory
2026-06-18T12:02:13.2034023Z [command]"c:\program files\git\cmd\git.exe" config --global --add safe.directory C:\actions-runner\_work\spt-core\spt-core
2026-06-18T12:02:13.2280962Z [command]"c:\program files\git\cmd\git.exe" config --local --get remote.origin.url
2026-06-18T12:02:13.2475489Z https://github.com/SaberMage/spt-core
2026-06-18T12:02:13.2505894Z ##[group]Removing previously created refs, to avoid conflicts
2026-06-18T12:02:13.2510098Z [command]"c:\program files\git\cmd\git.exe" rev-parse --symbolic-full-name --verify --quiet HEAD
2026-06-18T12:02:13.2719515Z refs/heads/main
2026-06-18T12:02:13.2748924Z [command]"c:\program files\git\cmd\git.exe" checkout --detach
2026-06-18T12:02:13.3083489Z HEAD is now at c19f6a13 Merge pull request #25 from SaberMage/v0.12.0-lifecycle
2026-06-18T12:02:13.3676895Z ##[endgroup]
2026-06-18T12:02:13.3680341Z [command]"c:\program files\git\cmd\git.exe" submodule status
2026-06-18T12:02:13.7335755Z ##[group]Cleaning the repository
2026-06-18T12:02:13.7340327Z [command]"c:\program files\git\cmd\git.exe" clean -ffdx
2026-06-18T12:02:15.6310107Z Removing target/
2026-06-18T12:02:15.6346009Z [command]"c:\program files\git\cmd\git.exe" reset --hard HEAD
2026-06-18T12:02:15.6786408Z HEAD is now at c19f6a13 Merge pull request #25 from SaberMage/v0.12.0-lifecycle
2026-06-18T12:02:15.6815040Z ##[endgroup]
2026-06-18T12:02:15.6820014Z ##[group]Disabling automatic garbage collection
2026-06-18T12:02:15.6825001Z [command]"c:\program files\git\cmd\git.exe" config --local gc.auto 0
2026-06-18T12:02:15.7051721Z ##[endgroup]
2026-06-18T12:02:15.7057970Z ##[group]Setting up auth
2026-06-18T12:02:15.7058386Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand
2026-06-18T12:02:15.7317432Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :\""
2026-06-18T12:02:16.0921799Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-18T12:02:16.1153847Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :\""
2026-06-18T12:02:16.4775768Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-18T12:02:16.4988759Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "git config --local --show-origin --name-only --get-regexp remote.origin.url"
2026-06-18T12:02:16.8604510Z [command]"c:\program files\git\cmd\git.exe" config --local http.https://github.com/.extraheader "AUTHORIZATION: basic ***"
2026-06-18T12:02:16.8853401Z ##[endgroup]
2026-06-18T12:02:16.8853987Z ##[group]Fetching the repository
2026-06-18T12:02:16.8860668Z [command]"c:\program files\git\cmd\git.exe" -c protocol.version=2 fetch --prune --no-recurse-submodules --unshallow origin +refs/heads/*:refs/remotes/origin/* +refs/tags/*:refs/tags/*
2026-06-18T12:02:18.6860259Z From https://github.com/SaberMage/spt-core
2026-06-18T12:02:18.6860740Z    c19f6a13..c17550da  main       -> origin/main
2026-06-18T12:02:18.6988390Z [command]"c:\program files\git\cmd\git.exe" branch --list --remote origin/main
2026-06-18T12:02:18.7226507Z   origin/main
2026-06-18T12:02:18.7253350Z [command]"c:\program files\git\cmd\git.exe" rev-parse refs/remotes/origin/main
2026-06-18T12:02:18.7453082Z c17550dad70f8818120ff2017619f4e7f658818a
2026-06-18T12:02:18.7473373Z ##[endgroup]
2026-06-18T12:02:18.7473699Z ##[group]Determining the checkout info
2026-06-18T12:02:18.7474291Z ##[endgroup]
2026-06-18T12:02:18.7478468Z [command]"c:\program files\git\cmd\git.exe" sparse-checkout disable
2026-06-18T12:02:18.7741243Z [command]"c:\program files\git\cmd\git.exe" config --local --unset-all extensions.worktreeConfig
2026-06-18T12:02:18.7962255Z ##[group]Checking out the ref
2026-06-18T12:02:18.7966651Z [command]"c:\program files\git\cmd\git.exe" checkout --progress --force -B main refs/remotes/origin/main
2026-06-18T12:02:18.8529991Z branch 'main' set up to track 'origin/main'.
2026-06-18T12:02:18.8530309Z Your branch is up to date with 'origin/main'.
2026-06-18T12:02:18.8530711Z Previous HEAD position was c19f6a13 Merge pull request #25 from SaberMage/v0.12.0-lifecycle
2026-06-18T12:02:18.8531057Z Switched to and reset branch 'main'
2026-06-18T12:02:18.8555835Z ##[endgroup]
2026-06-18T12:02:18.8842809Z [command]"c:\program files\git\cmd\git.exe" log -1 --format=%H
2026-06-18T12:02:18.9083664Z c17550dad70f8818120ff2017619f4e7f658818a
2026-06-18T12:02:18.9375982Z ##[group]Run $ErrorActionPreference = "Stop"
2026-06-18T12:02:18.9376325Z [36;1m$ErrorActionPreference = "Stop"[0m
2026-06-18T12:02:18.9376550Z [36;1m$PIN = "0c95435"[0m
2026-06-18T12:02:18.9376822Z [36;1m$CACHE = "$env:USERPROFILE\spt-n1-oldbroker"[0m
2026-06-18T12:02:18.9377085Z [36;1m$BIN = "$CACHE\target\debug\spt.exe"[0m
2026-06-18T12:02:18.9377456Z [36;1m$built = if (Test-Path "$CACHE\.builtpin") { (Get-Content "$CACHE\.builtpin").Trim() } else { "" }[0m
2026-06-18T12:02:18.9377849Z [36;1mif (-not (Test-Path $BIN) -or $built -ne $PIN) {[0m
2026-06-18T12:02:18.9378138Z [36;1m  if (Test-Path $CACHE) { Remove-Item -Recurse -Force $CACHE }[0m
2026-06-18T12:02:18.9378439Z [36;1m  git clone $env:GITHUB_WORKSPACE $CACHE[0m
2026-06-18T12:02:18.9379352Z [36;1m  git -C $CACHE checkout $PIN[0m
2026-06-18T12:02:18.9379636Z [36;1m  cargo build --manifest-path "$CACHE\Cargo.toml" -p spt --bin spt[0m
2026-06-18T12:02:18.9380021Z [36;1m  Set-Content "$CACHE\.builtpin" $PIN[0m
2026-06-18T12:02:18.9380236Z [36;1m}[0m
2026-06-18T12:02:18.9380418Z [36;1m$env:SPT_N1_OLD_BROKER = $BIN[0m
2026-06-18T12:02:18.9380671Z [36;1mcargo test -p spt --test n1_pairing -- --nocapture[0m
2026-06-18T12:02:18.9459301Z shell: C:\Program Files\PowerShell\7\pwsh.EXE -command ". '{0}'"
2026-06-18T12:02:18.9459627Z ##[endgroup]
2026-06-18T12:02:21.1856305Z    Compiling proc-macro2 v1.0.106
2026-06-18T12:02:21.1857658Z    Compiling unicode-ident v1.0.24
2026-06-18T12:02:21.1858169Z    Compiling quote v1.0.45
2026-06-18T12:02:21.1858362Z    Compiling cfg-if v1.0.4
2026-06-18T12:02:21.1858825Z    Compiling serde_core v1.0.228
2026-06-18T12:02:21.1859189Z    Compiling serde v1.0.228
2026-06-18T12:02:21.1859495Z    Compiling windows-link v0.2.1
2026-06-18T12:02:21.1860051Z    Compiling portable-atomic v1.13.1
2026-06-18T12:02:21.1860645Z    Compiling getrandom v0.3.4
2026-06-18T12:02:21.1860958Z    Compiling typenum v1.20.1
2026-06-18T12:02:21.1861362Z    Compiling version_check v0.9.5
2026-06-18T12:02:21.1861739Z    Compiling pin-project-lite v0.2.17
2026-06-18T12:02:21.1862306Z    Compiling critical-section v1.2.0
2026-06-18T12:02:21.1862672Z    Compiling shlex v2.0.1
2026-06-18T12:02:21.1863770Z    Compiling find-msvc-tools v0.1.9
2026-06-18T12:02:21.1864246Z    Compiling memchr v2.8.1
2026-06-18T12:02:21.2732332Z    Compiling windows-sys v0.61.2
2026-06-18T12:02:21.2955684Z    Compiling subtle v2.6.1
2026-06-18T12:02:21.3325140Z    Compiling futures-core v0.3.32
2026-06-18T12:02:21.3395975Z    Compiling equivalent v1.0.2
2026-06-18T12:02:21.4373900Z    Compiling smallvec v1.15.1
2026-06-18T12:02:21.5875019Z    Compiling bytes v1.11.1
2026-06-18T12:02:21.5875467Z    Compiling itoa v1.0.18
2026-06-18T12:02:21.5981815Z    Compiling semver v1.0.28
2026-06-18T12:02:21.7363170Z    Compiling stable_deref_trait v1.2.1
2026-06-18T12:02:21.7633560Z    Compiling generic-array v0.14.7
2026-06-18T12:02:21.8045261Z    Compiling log v0.4.32
2026-06-18T12:02:21.8152759Z    Compiling slab v0.4.12
2026-06-18T12:02:21.8323080Z    Compiling futures-sink v0.3.32
2026-06-18T12:02:21.9619720Z    Compiling rustc_version v0.4.1
2026-06-18T12:02:22.1283183Z    Compiling futures-io v0.3.32
2026-06-18T12:02:22.1575134Z    Compiling futures-channel v0.3.32
2026-06-18T12:02:22.1742490Z    Compiling rustversion v1.0.22
2026-06-18T12:02:22.3405517Z    Compiling futures-task v0.3.32
2026-06-18T12:02:22.3878039Z    Compiling hashbrown v0.17.1
2026-06-18T12:02:22.4250684Z    Compiling getrandom v0.2.17
2026-06-18T12:02:22.4374963Z    Compiling cpufeatures v0.2.17
2026-06-18T12:02:22.4635721Z    Compiling fnv v1.0.7
2026-06-18T12:02:22.4862821Z    Compiling libc v0.2.186
2026-06-18T12:02:22.5005066Z    Compiling strsim v0.11.1
2026-06-18T12:02:22.5374164Z    Compiling cfg_aliases v0.2.1
2026-06-18T12:02:22.5717436Z    Compiling rand_core v0.10.1
2026-06-18T12:02:22.5966825Z    Compiling writeable v0.6.3
2026-06-18T12:02:22.7272836Z    Compiling litemap v0.8.2
2026-06-18T12:02:22.7381987Z    Compiling autocfg v1.5.1
2026-06-18T12:02:22.7382516Z    Compiling getrandom v0.4.2
2026-06-18T12:02:22.7499698Z    Compiling ident_case v1.0.1
2026-06-18T12:02:22.7669784Z    Compiling jobserver v0.1.34
2026-06-18T12:02:22.8305772Z    Compiling fs_extra v1.3.0
2026-06-18T12:02:22.8508709Z    Compiling dunce v1.0.5
2026-06-18T12:02:22.8983341Z    Compiling utf8_iter v1.0.4
2026-06-18T12:02:22.8983952Z    Compiling icu_normalizer_data v2.2.0
2026-06-18T12:02:22.9524181Z    Compiling cc v1.2.63
2026-06-18T12:02:23.0500654Z    Compiling icu_properties_data v2.2.0
2026-06-18T12:02:23.1538564Z    Compiling percent-encoding v2.3.2
2026-06-18T12:02:23.1892610Z    Compiling http v1.4.1
2026-06-18T12:02:23.2718427Z    Compiling indexmap v2.14.0
2026-06-18T12:02:23.3433732Z    Compiling syn v2.0.117
2026-06-18T12:02:23.3502706Z    Compiling crypto-common v0.1.7
2026-06-18T12:02:23.3770051Z    Compiling unicode-segmentation v1.13.3
2026-06-18T12:02:23.4565497Z    Compiling cpufeatures v0.3.0
2026-06-18T12:02:23.5114339Z    Compiling aws-lc-rs v1.17.0
2026-06-18T12:02:23.5309105Z    Compiling thiserror v2.0.18
2026-06-18T12:02:23.5475979Z    Compiling scopeguard v1.2.0
2026-06-18T12:02:23.5507439Z    Compiling chacha20 v0.10.0
2026-06-18T12:02:23.5578390Z    Compiling form_urlencoded v1.2.2
2026-06-18T12:02:23.5775988Z    Compiling block-buffer v0.10.4
2026-06-18T12:02:23.5861475Z    Compiling untrusted v0.9.0
2026-06-18T12:02:23.7263156Z    Compiling lock_api v0.4.14
2026-06-18T12:02:23.7969725Z    Compiling bitflags v2.12.1
2026-06-18T12:02:23.7970189Z    Compiling winapi v0.3.9
2026-06-18T12:02:23.8083135Z    Compiling rand v0.10.1
2026-06-18T12:02:23.8233894Z    Compiling digest v0.10.7
2026-06-18T12:02:23.8626794Z    Compiling num-traits v0.2.19
2026-06-18T12:02:23.9788202Z    Compiling cmake v0.1.58
2026-06-18T12:02:23.9935182Z    Compiling windows-strings v0.5.1
2026-06-18T12:02:24.0376169Z    Compiling windows-result v0.4.1
2026-06-18T12:02:24.0972929Z    Compiling heck v0.5.0
2026-06-18T12:02:24.1335212Z    Compiling rustls v0.23.40
2026-06-18T12:02:24.1987165Z    Compiling convert_case v0.10.0
2026-06-18T12:02:24.2072580Z    Compiling anyhow v1.0.102
2026-06-18T12:02:24.4058672Z    Compiling const-oid v0.10.2
2026-06-18T12:02:24.4190349Z    Compiling unicode-xid v0.2.6
2026-06-18T12:02:24.4540151Z    Compiling atomic-waker v1.1.2
2026-06-18T12:02:24.4558260Z    Compiling zerocopy v0.8.50
2026-06-18T12:02:24.4625241Z    Compiling httparse v1.10.1
2026-06-18T12:02:24.5415362Z    Compiling parking_lot_core v0.9.12
2026-06-18T12:02:24.5444467Z    Compiling http-body v1.0.1
2026-06-18T12:02:24.6444864Z    Compiling curve25519-dalek v4.1.3
2026-06-18T12:02:24.6955741Z    Compiling hybrid-array v0.4.12
2026-06-18T12:02:24.6972327Z    Compiling ahash v0.8.12
2026-06-18T12:02:24.7400569Z    Compiling fastrand v2.4.1
2026-06-18T12:02:24.7449118Z    Compiling powerfmt v0.2.0
2026-06-18T12:02:25.0026736Z    Compiling base64ct v1.8.3
2026-06-18T12:02:25.0366167Z    Compiling either v1.16.0
2026-06-18T12:02:25.0476249Z    Compiling deranged v0.5.8
2026-06-18T12:02:25.1976877Z    Compiling aws-lc-sys v0.41.0
2026-06-18T12:02:25.2471408Z    Compiling ring v0.17.14
2026-06-18T12:02:25.3188596Z    Compiling pem-rfc7468 v1.0.0
2026-06-18T12:02:25.3207541Z    Compiling rand_core v0.6.4
2026-06-18T12:02:25.3297555Z    Compiling vcpkg v0.2.15
2026-06-18T12:02:25.3386535Z    Compiling num-conv v0.2.2
2026-06-18T12:02:25.4152804Z    Compiling base64 v0.22.1
2026-06-18T12:02:25.5181377Z    Compiling pkg-config v0.3.33
2026-06-18T12:02:25.5601775Z    Compiling try-lock v0.2.5
2026-06-18T12:02:25.6217316Z    Compiling time-core v0.1.8
2026-06-18T12:02:25.6357765Z    Compiling tinyvec_macros v0.1.1
2026-06-18T12:02:25.6422511Z    Compiling data-encoding v2.11.0
2026-06-18T12:02:25.7335450Z    Compiling zmij v1.0.21
2026-06-18T12:02:25.7662567Z    Compiling tower-service v0.3.3
2026-06-18T12:02:25.8300173Z    Compiling tinyvec v1.11.0
2026-06-18T12:02:25.8620164Z    Compiling want v0.3.1
2026-06-18T12:02:25.8937481Z    Compiling block-buffer v0.12.0
2026-06-18T12:02:25.9159559Z    Compiling crypto-common v0.2.2
2026-06-18T12:02:25.9728949Z    Compiling parking_lot v0.12.5
2026-06-18T12:02:26.1097572Z    Compiling sha2 v0.10.9
2026-06-18T12:02:26.1629755Z    Compiling vergen-lib v9.1.0
2026-06-18T12:02:26.3172639Z    Compiling inout v0.1.4
2026-06-18T12:02:26.3850013Z    Compiling n0-future v0.3.2
2026-06-18T12:02:26.3954087Z    Compiling windows_x86_64_msvc v0.52.6
2026-06-18T12:02:26.4288104Z    Compiling diatomic-waker v0.2.3
2026-06-18T12:02:26.5418908Z    Compiling libsqlite3-sys v0.30.1
2026-06-18T12:02:26.5581432Z    Compiling cordyceps v0.3.4
2026-06-18T12:02:26.5795702Z    Compiling crossbeam-utils v0.8.21
2026-06-18T12:02:26.6882958Z    Compiling httpdate v1.0.3
2026-06-18T12:02:26.7034119Z    Compiling parking v2.2.1
2026-06-18T12:02:26.7486288Z    Compiling winnow v1.0.3
2026-06-18T12:02:26.8128558Z    Compiling serde_json v1.0.150
2026-06-18T12:02:26.8305371Z    Compiling spin v0.10.0
2026-06-18T12:02:26.9783733Z    Compiling signature v2.2.0
2026-06-18T12:02:27.0301258Z    Compiling futures-buffered v0.2.13
2026-06-18T12:02:27.1368163Z    Compiling futures-lite v2.6.1
2026-06-18T12:02:27.1368632Z    Compiling digest v0.11.3
2026-06-18T12:02:27.2096480Z    Compiling ed25519 v2.2.3
2026-06-18T12:02:27.2471123Z    Compiling cipher v0.4.4
2026-06-18T12:02:27.3296562Z    Compiling synstructure v0.13.2
2026-06-18T12:02:27.3516459Z    Compiling darling_core v0.20.11
2026-06-18T12:02:27.4327924Z    Compiling vergen v9.1.0
2026-06-18T12:02:27.5444714Z    Compiling vergen-lib v0.1.6
2026-06-18T12:02:27.5461686Z    Compiling universal-hash v0.5.1
2026-06-18T12:02:27.7008469Z    Compiling noq-udp v0.10.0
2026-06-18T12:02:27.7009052Z    Compiling curve25519-dalek v5.0.0-pre.6
2026-06-18T12:02:27.8039721Z    Compiling heapless v0.7.17
2026-06-18T12:02:27.8249716Z    Compiling sync_wrapper v1.0.2
2026-06-18T12:02:27.8758388Z    Compiling allocator-api2 v0.2.21
2026-06-18T12:02:28.0088554Z    Compiling opaque-debug v0.3.1
2026-06-18T12:02:28.0440024Z    Compiling toml_parser v1.1.2+spec-1.1.0
2026-06-18T12:02:28.1476949Z    Compiling toml_datetime v1.1.1+spec-1.1.0
2026-06-18T12:02:28.1811558Z    Compiling byteorder v1.5.0
2026-06-18T12:02:28.3184212Z    Compiling polyval v0.6.2
2026-06-18T12:02:28.4035355Z    Compiling hash32 v0.2.1
2026-06-18T12:02:28.4894087Z    Compiling spin v0.9.8
2026-06-18T12:02:28.5125304Z    Compiling vergen-gitcl v1.0.8
2026-06-18T12:02:28.5558733Z    Compiling toml_edit v0.25.12+spec-1.1.0
2026-06-18T12:02:28.5625056Z    Compiling windows-threading v0.2.1
2026-06-18T12:02:28.6527255Z    Compiling fallible-iterator v0.3.0
2026-06-18T12:02:28.7531841Z    Compiling tower-layer v0.3.3
2026-06-18T12:02:28.7919690Z    Compiling fallible-streaming-iterator v0.1.9
2026-06-18T12:02:28.8241932Z    Compiling ryu v1.0.23
2026-06-18T12:02:28.9635598Z    Compiling signature v3.0.0
2026-06-18T12:02:28.9807012Z    Compiling windows-targets v0.52.6
2026-06-18T12:02:29.0493948Z    Compiling ghash v0.5.1
2026-06-18T12:02:29.0586655Z    Compiling aes v0.8.4
2026-06-18T12:02:29.0648091Z    Compiling ctr v0.9.2
2026-06-18T12:02:29.1086033Z    Compiling sha2 v0.11.0-rc.5
2026-06-18T12:02:29.1499062Z    Compiling fs2 v0.4.3
2026-06-18T12:02:29.2029164Z    Compiling proc-macro-crate v3.5.0
2026-06-18T12:02:29.2375754Z    Compiling time v0.3.47
2026-06-18T12:02:29.2745596Z    Compiling http-body-util v0.1.3
2026-06-18T12:02:29.4406197Z    Compiling aead v0.5.2
2026-06-18T12:02:29.6465520Z    Compiling widestring v1.2.1
2026-06-18T12:02:29.6742397Z    Compiling ipconfig v0.3.4
2026-06-18T12:02:29.7533626Z    Compiling socket2 v0.6.4
2026-06-18T12:02:29.7861545Z    Compiling mio v1.2.1
2026-06-18T12:02:29.8738172Z    Compiling aes-gcm v0.10.3
2026-06-18T12:02:29.9892731Z    Compiling windows-sys v0.59.0
2026-06-18T12:02:30.0607834Z    Compiling crossbeam-channel v0.5.15
2026-06-18T12:02:30.0832365Z    Compiling crossbeam-epoch v0.9.18
2026-06-18T12:02:30.1361062Z    Compiling blake3 v1.8.5
2026-06-18T12:02:30.2807168Z    Compiling serde_derive v1.0.228
2026-06-18T12:02:30.3319836Z    Compiling zeroize_derive v1.4.3
2026-06-18T12:02:30.3994411Z    Compiling zerofrom-derive v0.1.7
2026-06-18T12:02:30.4479669Z    Compiling yoke-derive v0.8.2
2026-06-18T12:02:30.4480209Z    Compiling tokio-macros v2.7.0
2026-06-18T12:02:30.5494059Z    Compiling futures-macro v0.3.32
2026-06-18T12:02:30.5750005Z    Compiling zerovec-derive v0.11.3
2026-06-18T12:02:30.7228396Z    Compiling displaydoc v0.2.6
2026-06-18T12:02:30.7887393Z    Compiling tracing-attributes v0.1.31
2026-06-18T12:02:30.9456215Z    Compiling curve25519-dalek-derive v0.1.1
2026-06-18T12:02:31.0186856Z    Compiling thiserror-impl v2.0.18
2026-06-18T12:02:31.4176708Z    Compiling darling_macro v0.20.11
2026-06-18T12:02:31.8942951Z    Compiling derive_more-impl v2.1.1
2026-06-18T12:02:31.9408251Z    Compiling zeroize v1.8.2
2026-06-18T12:02:31.9510886Z    Compiling tokio v1.52.3
2026-06-18T12:02:32.0220938Z    Compiling futures-util v0.3.32
2026-06-18T12:02:32.0256478Z    Compiling spez v0.1.2
2026-06-18T12:02:32.0277690Z    Compiling n0-error-macros v0.1.3
2026-06-18T12:02:32.0295858Z    Compiling windows-implement v0.60.2
2026-06-18T12:02:32.1007386Z    Compiling darling v0.20.11
2026-06-18T12:02:32.1068496Z    Compiling windows-interface v0.59.3
2026-06-18T12:02:32.1897645Z    Compiling rustls-pki-types v1.14.1
2026-06-18T12:02:32.2017578Z    Compiling zerofrom v0.1.8
2026-06-18T12:02:32.3163954Z    Compiling derive_builder_core v0.20.2
2026-06-18T12:02:32.4222882Z    Compiling der v0.8.0-rc.10
2026-06-18T12:02:32.6113136Z    Compiling yoke v0.8.3
2026-06-18T12:02:32.6971933Z    Compiling pin-project-internal v1.1.13
2026-06-18T12:02:32.9539372Z    Compiling zerovec v0.11.6
2026-06-18T12:02:32.9948856Z    Compiling zerotrie v0.2.4
2026-06-18T12:02:33.0231184Z    Compiling cobs v0.3.0
2026-06-18T12:02:33.0734016Z    Compiling postcard-derive v0.2.2
2026-06-18T12:02:33.0804315Z    Compiling windows-core v0.62.2
2026-06-18T12:02:33.1304717Z    Compiling n0-error v0.1.3
2026-06-18T12:02:33.2920336Z    Compiling data-encoding-macro-internal v0.1.18
2026-06-18T12:02:33.5290706Z    Compiling ed25519-dalek v2.2.0
2026-06-18T12:02:33.6967363Z    Compiling tinystr v0.8.3
2026-06-18T12:02:33.7134652Z    Compiling potential_utf v0.1.5
2026-06-18T12:02:33.7523395Z    Compiling derive_builder_macro v0.20.2
2026-06-18T12:02:33.8849625Z    Compiling icu_locale_core v2.2.0
2026-06-18T12:02:33.9198455Z    Compiling icu_collections v2.2.0
2026-06-18T12:02:33.9329463Z    Compiling spki v0.8.0-rc.4
2026-06-18T12:02:33.9474697Z    Compiling spt-proto v0.12.0 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-proto)
2026-06-18T12:02:33.9624072Z    Compiling windows-collections v0.3.2
2026-06-18T12:02:33.9624517Z    Compiling windows-future v0.3.2
2026-06-18T12:02:34.2140236Z    Compiling pkcs8 v0.11.0-rc.10
2026-06-18T12:02:34.2749020Z    Compiling derive_builder v0.20.2
2026-06-18T12:02:34.3386933Z    Compiling pin-project v1.1.13
2026-06-18T12:02:34.5621645Z    Compiling windows-numerics v0.3.1
2026-06-18T12:02:34.5695647Z    Compiling data-encoding-macro v0.1.20
2026-06-18T12:02:34.5866439Z    Compiling strum_macros v0.28.0
2026-06-18T12:02:34.6073746Z    Compiling iroh-metrics-derive v0.4.1
2026-06-18T12:02:34.7938165Z    Compiling ipnet v2.12.0
2026-06-18T12:02:34.8633875Z    Compiling icu_provider v2.2.0
2026-06-18T12:02:34.9158251Z    Compiling ed25519 v3.0.0-rc.4
2026-06-18T12:02:35.0101472Z    Compiling chrono v0.4.45
2026-06-18T12:02:35.2559246Z    Compiling icu_properties v2.2.0
2026-06-18T12:02:35.3101103Z    Compiling once_cell v1.21.4
2026-06-18T12:02:35.3521568Z    Compiling icu_normalizer v2.2.0
2026-06-18T12:02:35.4049622Z    Compiling prefix-trie v0.8.4
2026-06-18T12:02:35.4365225Z    Compiling futures-executor v0.3.32
2026-06-18T12:02:35.4720778Z    Compiling postcard v1.1.3
2026-06-18T12:02:35.5607032Z    Compiling tracing-core v0.1.36
2026-06-18T12:02:35.7446002Z    Compiling hashbrown v0.14.5
2026-06-18T12:02:35.8059920Z    Compiling futures v0.3.32
2026-06-18T12:02:36.2853839Z    Compiling tracing v0.1.44
2026-06-18T12:02:36.2854558Z    Compiling tokio-util v0.7.18
2026-06-18T12:02:36.3787811Z    Compiling ed25519-dalek v3.0.0-pre.6
2026-06-18T12:02:36.3800860Z    Compiling tower v0.5.3
2026-06-18T12:02:36.4014383Z    Compiling windows v0.62.2
2026-06-18T12:02:36.6665743Z    Compiling idna_adapter v1.2.2
2026-06-18T12:02:36.7657148Z    Compiling idna v1.1.0
2026-06-18T12:02:36.7968144Z    Compiling hashlink v0.9.1
2026-06-18T12:02:36.8177165Z    Compiling num_enum_derive v0.7.6
2026-06-18T12:02:36.8236184Z    Compiling async-trait v0.1.89
2026-06-18T12:02:36.9167849Z    Compiling enum-assoc v1.3.0
2026-06-18T12:02:37.0077040Z    Compiling derive_more v2.1.1
2026-06-18T12:02:37.1088427Z    Compiling url v2.5.8
2026-06-18T12:02:37.1836304Z    Compiling h2 v0.4.14
2026-06-18T12:02:37.1837042Z    Compiling rusqlite v0.32.1
2026-06-18T12:02:37.1863890Z    Compiling windows-registry v0.6.1
2026-06-18T12:02:37.2165726Z    Compiling uuid v1.23.2
2026-06-18T12:02:37.5159804Z    Compiling memoffset v0.6.5
2026-06-18T12:02:37.5282985Z    Compiling noq v0.18.0
2026-06-18T12:02:37.6076318Z    Compiling netwatch v0.16.0
2026-06-18T12:02:37.6617869Z    Compiling acto v0.8.2
2026-06-18T12:02:37.8718201Z    Compiling hickory-proto v0.26.0-beta.4
2026-06-18T12:02:37.9294555Z    Compiling sorted-index-buffer v0.2.1
2026-06-18T12:02:37.9435536Z    Compiling ref-cast v1.0.25
2026-06-18T12:02:37.9763897Z    Compiling xml-rs v0.8.28
2026-06-18T12:02:38.0543268Z    Compiling foldhash v0.2.0
2026-06-18T12:02:38.0667481Z    Compiling tagptr v0.2.0
2026-06-18T12:02:38.1260335Z    Compiling identity-hash v0.1.0
2026-06-18T12:02:38.1539456Z    Compiling spt-store v0.12.0 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-store)
2026-06-18T12:02:38.1582150Z    Compiling mac-addr v0.3.0
2026-06-18T12:02:38.1590584Z    Compiling thiserror v1.0.69
2026-06-18T12:02:38.2759410Z    Compiling rustc-hash v2.1.2
2026-06-18T12:02:38.2814730Z    Compiling lru-slab v0.1.2
2026-06-18T12:02:38.3142822Z    Compiling netdev v0.42.0
2026-06-18T12:02:38.3143295Z    Compiling hashbrown v0.16.1
2026-06-18T12:02:38.3942057Z    Compiling moka v0.12.15
2026-06-18T12:02:38.4167546Z    Compiling num_enum v0.7.6
2026-06-18T12:02:38.6696073Z    Compiling xmltree v0.10.3
2026-06-18T12:02:38.6924678Z    Compiling tower-http v0.6.11
2026-06-18T12:02:38.7088311Z    Compiling attohttpc v0.30.1
2026-06-18T12:02:38.7909215Z    Compiling iroh-base v0.98.0
2026-06-18T12:02:39.0044816Z    Compiling n0-watcher v0.6.1
2026-06-18T12:02:39.0254922Z    Compiling strum v0.28.0
2026-06-18T12:02:39.0385542Z    Compiling tokio-stream v0.1.18
2026-06-18T12:02:39.1050469Z    Compiling iroh-metrics v0.38.3
2026-06-18T12:02:39.3214244Z    Compiling iroh-relay v0.98.0
2026-06-18T12:02:39.3422404Z    Compiling serde_spanned v0.6.9
2026-06-18T12:02:39.4119006Z    Compiling toml_datetime v0.6.11
2026-06-18T12:02:39.6048984Z    Compiling ref-cast-impl v1.0.25
2026-06-18T12:02:39.6049632Z    Compiling thiserror-impl v1.0.69
2026-06-18T12:02:39.6643965Z    Compiling serde_derive_internals v0.29.1
2026-06-18T12:02:39.8927436Z    Compiling simple-dns v0.9.3
2026-06-18T12:02:40.0366895Z    Compiling serial-core v0.4.0
2026-06-18T12:02:40.0501836Z    Compiling aho-corasick v1.1.4
2026-06-18T12:02:40.2912092Z    Compiling spt-msg v0.12.0 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-msg)
2026-06-18T12:02:40.4274239Z    Compiling regex-syntax v0.8.10
2026-06-18T12:02:40.5242571Z    Compiling resolv-conf v0.7.6
2026-06-18T12:02:40.5547818Z    Compiling winnow v0.7.15
2026-06-18T12:02:40.6716363Z    Compiling simdutf8 v0.1.5
2026-06-18T12:02:40.8984831Z    Compiling smol_str v0.1.24
2026-06-18T12:02:41.0510203Z    Compiling arrayref v0.3.9
2026-06-18T12:02:41.0541997Z    Compiling sha1_smol v1.0.1
2026-06-18T12:02:41.1667735Z    Compiling hyper v1.10.1
2026-06-18T12:02:41.1715969Z    Compiling arrayvec v0.7.6
2026-06-18T12:02:41.1867246Z    Compiling winreg v0.10.1
2026-06-18T12:02:41.2014443Z    Compiling toml_write v0.1.2
2026-06-18T12:02:41.2141155Z    Compiling constant_time_eq v0.4.2
2026-06-18T12:02:41.5031932Z    Compiling schemars_derive v1.2.1
2026-06-18T12:02:41.6718350Z    Compiling iroh-dns v0.98.0
2026-06-18T12:02:41.7136479Z    Compiling serial-windows v0.4.0
2026-06-18T12:02:42.7356899Z    Compiling hyper-util v0.1.20
2026-06-18T12:02:42.7587567Z    Compiling toml_edit v0.22.27
2026-06-18T12:02:42.8741578Z    Compiling regex-automata v0.4.14
2026-06-18T12:02:42.8781712Z    Compiling lru v0.16.4
2026-06-18T12:02:43.0340154Z    Compiling webpki-roots v1.0.7
2026-06-18T12:02:43.0737302Z    Compiling seize v0.5.1
2026-06-18T12:02:43.1550245Z    Compiling darling_core v0.23.0
2026-06-18T12:02:43.2035152Z    Compiling serde_bytes v0.11.19
2026-06-18T12:02:43.3575646Z    Compiling hmac v0.12.1
2026-06-18T12:02:43.6954611Z    Compiling iroh v0.98.2
2026-06-18T12:02:43.7137870Z    Compiling lazy_static v1.5.0
2026-06-18T12:02:43.8123080Z    Compiling utf8parse v0.2.2
2026-06-18T12:02:43.8827795Z    Compiling bitflags v1.3.2
2026-06-18T12:02:43.8833351Z    Compiling anstyle v1.0.14
2026-06-18T12:02:44.0060242Z    Compiling cmov v0.5.4
2026-06-18T12:02:44.1063337Z    Compiling pin-utils v0.1.0
2026-06-18T12:02:44.1479535Z    Compiling dyn-clone v1.0.20
2026-06-18T12:02:44.1645062Z    Compiling once_cell_polyfill v1.70.2
2026-06-18T12:02:44.2165879Z    Compiling igd-next v0.17.1
2026-06-18T12:02:44.2405637Z    Compiling schemars v1.2.1
2026-06-18T12:02:44.2533237Z    Compiling anstyle-wincon v3.0.11
2026-06-18T12:02:44.2574734Z    Compiling ctutils v0.4.2
2026-06-18T12:02:44.2829293Z    Compiling nix v0.25.1
2026-06-18T12:02:44.3285177Z    Compiling anstyle-parse v1.0.0
2026-06-18T12:02:44.3318224Z    Compiling shared_library v0.1.9
2026-06-18T12:02:44.3701538Z    Compiling hkdf v0.12.4
2026-06-18T12:02:44.4039473Z    Compiling papaya v0.2.4
2026-06-18T12:02:44.5171783Z    Compiling swarm-discovery v0.6.0-alpha.2
2026-06-18T12:02:44.5253369Z    Compiling serial v0.4.0
2026-06-18T12:02:44.5908760Z    Compiling filedescriptor v0.8.3
2026-06-18T12:02:44.6726634Z    Compiling toml v0.8.23
2026-06-18T12:02:44.6859346Z    Compiling backon v1.6.0
2026-06-18T12:02:44.8582762Z    Compiling anstyle-query v1.1.5
2026-06-18T12:02:44.8775937Z    Compiling paste v1.0.15
2026-06-18T12:02:44.9962343Z    Compiling regex v1.12.3
2026-06-18T12:02:45.0126266Z    Compiling colorchoice v1.0.5
2026-06-18T12:02:45.1221964Z    Compiling downcast-rs v1.2.1
2026-06-18T12:02:45.1307896Z    Compiling foldhash v0.1.5
2026-06-18T12:02:45.2196117Z    Compiling instability v0.3.12
2026-06-18T12:02:45.2311767Z    Compiling is_terminal_polyfill v1.70.2
2026-06-18T12:02:45.2914135Z    Compiling shell-words v1.1.1
2026-06-18T12:02:45.3140306Z    Compiling spt-runtime v0.12.0 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-runtime)
2026-06-18T12:02:45.3373166Z    Compiling anstream v1.0.0
2026-06-18T12:02:45.5139082Z    Compiling portable-pty v0.8.1
2026-06-18T12:02:45.7447082Z    Compiling hashbrown v0.15.5
2026-06-18T12:02:45.8367223Z    Compiling wmi v0.18.4
2026-06-18T12:02:45.9590118Z    Compiling spake2 v0.4.0
2026-06-18T12:02:46.0694539Z    Compiling strum_macros v0.26.4
2026-06-18T12:02:46.1596039Z    Compiling terminal_size v0.4.4
2026-06-18T12:02:46.3617523Z    Compiling crossterm_winapi v0.9.1
2026-06-18T12:02:46.3969584Z    Compiling itertools v0.13.0
2026-06-18T12:02:46.4946882Z    Compiling sha1 v0.10.6
2026-06-18T12:02:46.8334280Z    Compiling darling_macro v0.23.0
2026-06-18T12:02:46.8334767Z    Compiling castaway v0.2.4
2026-06-18T12:02:47.0164894Z    Compiling unicode-width v0.1.14
2026-06-18T12:02:47.0903311Z    Compiling clap_lex v1.1.0
2026-06-18T12:02:47.1754257Z    Compiling indoc v2.0.7
2026-06-18T12:02:47.4873211Z    Compiling static_assertions v1.1.0
2026-06-18T12:02:47.5914095Z    Compiling recvmsg v1.0.0
2026-06-18T12:02:47.5998953Z    Compiling doctest-file v1.1.1
2026-06-18T12:02:47.6823354Z    Compiling portmapper v0.16.0
2026-06-18T12:02:47.8745636Z    Compiling darling v0.23.0
2026-06-18T12:02:47.9389286Z    Compiling unicode-truncate v1.1.0
2026-06-18T12:02:47.9581652Z    Compiling compact_str v0.8.2
2026-06-18T12:02:48.1650768Z    Compiling spt-live v0.12.0 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-live)
2026-06-18T12:02:48.1651604Z    Compiling clap_builder v4.6.0
2026-06-18T12:02:48.2036789Z    Compiling interprocess v2.4.2
2026-06-18T12:02:48.7216138Z    Compiling strum v0.26.3
2026-06-18T12:02:48.7546894Z    Compiling crossterm v0.28.1
2026-06-18T12:02:48.7608943Z    Compiling lru v0.12.5
2026-06-18T12:02:49.0159028Z    Compiling spt-term v0.12.0 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-term)
2026-06-18T12:02:49.0159978Z    Compiling clap_derive v4.6.1
2026-06-18T12:02:49.1340014Z    Compiling unicode-width v0.2.0
2026-06-18T12:02:49.4970858Z    Compiling cassowary v0.3.0
2026-06-18T12:02:49.4971389Z    Compiling nucleo-matcher v0.3.1
2026-06-18T12:02:49.7196833Z    Compiling qrcode v0.14.1
2026-06-18T12:02:49.7350163Z    Compiling tempfile v3.27.0
2026-06-18T12:02:50.1441045Z    Compiling ratatui v0.29.0
2026-06-18T12:02:51.4971297Z    Compiling clap v4.6.1
2026-06-18T12:03:03.8637991Z    Compiling rustls-webpki v0.103.13
2026-06-18T12:03:06.1436468Z    Compiling tokio-rustls v0.26.4
2026-06-18T12:03:06.1436877Z    Compiling noq-proto v0.17.0
2026-06-18T12:03:06.1437177Z    Compiling rustls-platform-verifier v0.7.0
2026-06-18T12:03:06.2835562Z    Compiling hyper-rustls v0.27.9
2026-06-18T12:03:06.2835923Z    Compiling hickory-net v0.26.0-beta.4
2026-06-18T12:03:06.2836203Z    Compiling tokio-websockets v0.13.2
2026-06-18T12:03:07.2626402Z    Compiling reqwest v0.13.4
2026-06-18T12:03:08.0685392Z    Compiling hickory-resolver v0.26.0-beta.4
2026-06-18T12:03:26.7888692Z    Compiling spt-net v0.12.0 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-net)
2026-06-18T12:03:28.1127832Z    Compiling spt-daemon v0.12.0 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-daemon)
2026-06-18T12:03:36.3791077Z    Compiling spt v0.12.0 (C:\actions-runner\_work\spt-core\spt-core\crates\spt)
2026-06-18T12:03:42.9896261Z     Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 23s
2026-06-18T12:03:43.0107325Z      Running tests\n1_pairing.rs (target\debug\deps\n1_pairing-5c04d67598e124d7.exe)
2026-06-18T12:03:43.0546040Z 
2026-06-18T12:03:43.0546229Z running 1 test
2026-06-18T12:03:50.3260634Z test new_brain_serves_against_old_broker ... ok
2026-06-18T12:03:50.3260835Z 
2026-06-18T12:03:50.3261050Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 7.27s
2026-06-18T12:03:50.3261330Z 
2026-06-18T12:03:50.3714378Z Post job cleanup.
2026-06-18T12:03:50.4688980Z [command]"c:\program files\git\cmd\git.exe" version
2026-06-18T12:03:50.4887719Z git version 2.43.0.windows.1
2026-06-18T12:03:50.4920996Z Copying 'C:\Users\decid\.gitconfig' to 'C:\actions-runner\_work\_temp\745d5a57-d18f-4716-8785-d02ce39f8b13\.gitconfig'
2026-06-18T12:03:50.4933472Z Temporarily overriding HOME='C:\actions-runner\_work\_temp\745d5a57-d18f-4716-8785-d02ce39f8b13' before making global git config changes
2026-06-18T12:03:50.4934036Z Adding repository directory to the temporary git global config as a safe directory
2026-06-18T12:03:50.4938828Z [command]"c:\program files\git\cmd\git.exe" config --global --add safe.directory C:\actions-runner\_work\spt-core\spt-core
2026-06-18T12:03:50.5151916Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand
2026-06-18T12:03:50.5358247Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :\""
2026-06-18T12:03:50.9135296Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-18T12:03:50.9360907Z http.https://github.com/.extraheader
2026-06-18T12:03:50.9391709Z [command]"c:\program files\git\cmd\git.exe" config --local --unset-all http.https://github.com/.extraheader
2026-06-18T12:03:50.9644880Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :\""
2026-06-18T12:03:51.3348160Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-18T12:03:51.3568437Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "git config --local --show-origin --name-only --get-regexp remote.origin.url"
2026-06-18T12:03:51.7368345Z Cleaning up orphan processes
2026-06-18T12:03:51.7735059Z Terminate orphan process: pid (219932) (vctip)
